home *** CD-ROM | disk | FTP | other *** search
-
- This file contains additions or modifications made to the original
- EW API documentation distributed to the registered users of previous
- versions. New users will receive an updated documentation. So, if
- you don't already have a copy of the API documentation, you don't
- need to keep this file on your disk.
-
- *********************************************************************
- E! for Windows API 2.0 ADDITIONAL INFORMATION AND CORRECTIONS
- *********************************************************************
-
- ** The documentation is currently up-to-date **
-
- Remember: The API documentation is distributed only to registered users.
-
- E! 2.02
- *******
-
- The following function has been added to the API:
-
- _______________________________________________________________________________
- function EWGetPrjName(PrjName : PChar) : integer;
- int FAR PASCAL EWGetPrjName(char FAR* PrjName);
-
- Copy to PrjName (which must have enough space - typically _MAX_PATH or 128 chars)
- the full pathname of the current Project file.
-
- Return Value:
-
- The function returns 0 in case of success and -1 if no Project file could be
- found.
-
-
-